home *** CD-ROM | disk | FTP | other *** search
- object Dlg_password2: TDlg_password2
- Left = 191
- Top = 137
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 147
- ClientWidth = 263
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object L_prompt: TLabel
- Left = 24
- Top = 16
- Width = 180
- Height = 13
- Caption = 'Input the mailbox encryption password'
- end
- object L_pass1: TLabel
- Left = 24
- Top = 44
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = Edit1
- end
- object L_pass2: TLabel
- Left = 24
- Top = 76
- Width = 38
- Height = 13
- Caption = '&Confirm:'
- FocusControl = Edit2
- end
- object Edit1: TEdit
- Left = 104
- Top = 40
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 104
- Top = 72
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object BtnOk: TButton
- Left = 32
- Top = 112
- Width = 81
- Height = 22
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 160
- Top = 112
- Width = 81
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- ResStrings.Strings = (
- '0010=The 2 passwords should be same')
- Left = 120
- Top = 96
- end
- end
-